diff options
Diffstat (limited to 'main/shotwell/shotwell.post-install')
-rw-r--r-- | main/shotwell/shotwell.post-install | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/shotwell/shotwell.post-install b/main/shotwell/shotwell.post-install deleted file mode 100644 index e6135da045..0000000000 --- a/main/shotwell/shotwell.post-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -for i in shotwell.schemas; do - echo "Installing GConf2 schema $i." - GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ - /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null -done |