Changeset d301872 for debian/postinst
- Timestamp:
- 2008-08-24T16:49:03Z (16 years ago)
- Branches:
- master
- Children:
- 934dddf3
- Parents:
- 5d3b4e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/postinst
r5d3b4e8 rd301872 80 80 81 81 ## If we're upgrading, we'll probably skip this next part 82 if [ -d $CONFDIR ] && chown -R bitlbee $CONFDIR; then82 if [ -d $CONFDIR ] && chown -R bitlbee: $CONFDIR; then 83 83 echo 'BitlBee (probably) already installed, skipping user/configdir installation' 84 84 exit 0
Note: See TracChangeset
for help on using the changeset viewer.