diff options
Diffstat (limited to 'misc/hotkeys/pkg-plist')
-rw-r--r-- | misc/hotkeys/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/hotkeys/pkg-plist b/misc/hotkeys/pkg-plist index 9e6c3f4..5826d26 100644 --- a/misc/hotkeys/pkg-plist +++ b/misc/hotkeys/pkg-plist @@ -1,5 +1,7 @@ bin/hotkeys +@unexec if cmp -s %D/etc/hotkeys.conf.sample %D/etc/hotkeys.conf; then rm -f %D/etc/hotkeys.conf; fi etc/hotkeys.conf.sample +@exec if [ ! -f %D/etc/hotkeys.conf ] ; then cp -p %D/%F %B/hotkeys.conf; fi %%DATADIR%%/splash.png %%DATADIR%%/acerwl.def %%DATADIR%%/btc9000.def |