diff options
Diffstat (limited to 'qgtkstyle-svn/qgtkstyle.install')
-rw-r--r-- | qgtkstyle-svn/qgtkstyle.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qgtkstyle-svn/qgtkstyle.install b/qgtkstyle-svn/qgtkstyle.install new file mode 100644 index 0000000..c4d30da --- /dev/null +++ b/qgtkstyle-svn/qgtkstyle.install @@ -0,0 +1,7 @@ +post_install() { + echo "Do not forget to configure your GTK GUI style with 'qtconfig'" +} + +post_upgrade() { + echo "Do not forget to configure your GTK GUI style with 'qtconfig'" +} |