Changeset 1448 for trunk/debian/postinst
- Timestamp:
- 05/20/04 11:13:31 (9 years ago)
- File:
-
- 1 edited
-
trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postinst
r1447 r1448 7 7 . /usr/share/debconf/confmodule 8 8 # Uses AlternC.conf 9 . /usr/alternc/local.sh 9 if [ -x /etc/alternc/local.sh ] 10 then 11 . /etc/alternc/local.sh 12 fi 10 13 11 14 case "$1" in … … 20 23 21 24 # Finally, add this module to the AlternC's menu : 22 if [ -z `grep menu_stats.php /var/alternc/bureau/admin/menulist.txt` ] then 25 if [ -z `grep menu_stats.php /var/alternc/bureau/admin/menulist.txt` ] 26 then 23 27 echo "menu_stats.php" >>/var/alternc/bureau/admin/menulist.txt 24 28 fi
Note: See TracChangeset
for help on using the changeset viewer.
